home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / mini_poo.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  355 b   |  17 lines

  1. getURL("FSCommand:showmenu",false);
  2. _root.best = 0;
  3. _root.sunet = 1;
  4. stop();
  5. logo.onEnterFrame = function()
  6. {
  7.    if(_root.getBytesLoaded() == _root.getBytesTotal())
  8.    {
  9.       this.play();
  10.    }
  11.    else
  12.    {
  13.       tgFrame = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  14.       this.progress.gotoAndStop(tgFrame);
  15.    }
  16. };
  17.